home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: Frank Breedijk <promico@ibm.net>
- Newsgroups: comp.lang.rexx
- Subject: Re: VRCreate? for VXREXX
- Date: Wed, 17 Jan 1996 18:48:58 +0000
- Organization: ProMicro Limited, London
- Distribution: inet
- Message-ID: <VA.0000011c.0016498c@slip139-92-42-242.emea.ibm.net>
- References: <DL8CrI.GrF@rockyd.rockefeller.edu>
- Reply-To: promico@ibm.net
- NNTP-Posting-Host: slip139-92-42-242.emea.ibm.net
- X-Newsreader: Virtual Access by Ashmount Research Ltd, http://www.ashmount.com
-
-
- > Is it possible to use VRCreate to BOTH create an object with the
- > desired property values AND associate (link) code to that object
- > at run-time?????
-
- No, you will have to associate the code by useing this:
-
- VRSet( {object}, {event}, {my_routine} )
-
- eg
-
- VRSet( "My_New_Object", "Click", "My_Click_Routine" )
-
- This can be done on-line.
-
- MZZL,
- Frank Breedijk
-
-